[INFO] fetching crate contrail 0.3.0...
[INFO] checking contrail-0.3.0 against master#43a4909ee98ed4d006d9d773f5d94dc58e34f846 for pr-157576
[INFO] extracting crate contrail 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate contrail 0.3.0
[INFO] finished tweaking crates.io crate contrail 0.3.0
[INFO] tweaked toml for crates.io crate contrail 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate contrail 0.3.0 on toolchain 43a4909ee98ed4d006d9d773f5d94dc58e34f846
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.6.5 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded contrail-derive v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994
[INFO] running `Command { std: "docker" "start" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994" "/opt/rustwide/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994" "/opt/rustwide/cargo-home/bin/cargo" "+43a4909ee98ed4d006d9d773f5d94dc58e34f846" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling contrail-derive v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.1.1
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking contrail v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i8::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i8::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i16::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i16::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i128::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i128::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     isize::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = isize::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u8::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u8::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u16::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u16::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u128::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u128::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     usize::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = usize::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     f32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = f32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     f64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = f64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i8::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i8::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i16::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i16::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     i128::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = i128::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     isize::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = isize::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u8::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u8::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u16::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u16::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     u128::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = u128::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     usize::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = usize::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     f32::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = f32::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:637:21
[INFO] [stdout]     |
[INFO] [stdout] 637 |                       std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 637 -                     std::mem::transmute::<[u8; std::mem::size_of::<$T>()], $T>(byte_array)
[INFO] [stdout] 637 +                     f64::from_ne_bytes(byte_array)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/mem.rs:643:38
[INFO] [stdout]     |
[INFO] [stdout] 643 |                       let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 652 | / impl_bytes_primitive! {
[INFO] [stdout] 653 | |     i8, i16, i32, i64, i128, isize,
[INFO] [stdout] 654 | |     u8, u16, u32, u64, u128, usize,
[INFO] [stdout] 655 | |     f32, f64,
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |     (),
[INFO] [stdout] 659 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bytes_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 643 -                     let byte_array = std::mem::transmute::<$T, [u8; std::mem::size_of::<$T>()]>(self);
[INFO] [stdout] 643 +                     let byte_array = f64::to_ne_bytes(self);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `Command { std: "docker" "inspect" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994", kill_on_drop: false }`
[INFO] [stdout] 75d2a6e7edbdb54fc51acc681022fd353cc99952b66e707c4ce85387e1c50994
